Explanation of Work Area Structure "SoundArea"


With the structure, SoundArea, the following elements can be referenced. (Write is prohibited)

    u8 reverb;      // Reverb Value

    u8 maxchn;      // Simultaneously-produced Sounds

    u8 masvol;      // Master Volume

    u8 freq;      // Playback Frequency Number

                        // 1=5734Hz, 2=7884Hz,..., 12=42048Hz


The setting of these values is carried out with the previously described, SoundDriverMode(). When you want to reference the number of D/A conversion bits, directly read the AGB hardware register(REG_SOUNDBIAS bits 15-14).



[ | Back | Programmer's Manual Table of Contents | Using AGB Direct Sound Driver Table of Contents | Next | ]